projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a32686
)
(direct_output_for_insert): Set last_point_x properly.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Aug 1997 00:58:56 +0000
(
00:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Aug 1997 00:58:56 +0000
(
00:58
+0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 9af8b1a41e74780cd2d9bf6e078f87abd5fb1b3a..36643594cb03608e07bd4c7ae39c51999fdf5976 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1094,7
+1094,7
@@
direct_output_for_insert (g)
unchanged_modified = MODIFF;
beg_unchanged = GPT - BEG;
XSETFASTINT (w->last_point, PT);
- XSETFASTINT (w->last_point_x, hpos);
+ XSETFASTINT (w->last_point_x, hpos
+ 1
);
XSETFASTINT (w->last_modified, MODIFF);
XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);